Show AllShow All

BESSELI

See Also

Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments.

If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

ShowHow?

Syntax

BESSELI(x,n)

X    is the value at which to evaluate the function.

N    is the order of the Bessel function. If n is not an integer, it is truncated.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

Show How?

 
1
2
A B
Formula Description (Result)
=BESSELI(1.5, 1) Modified Bessel function at 1.5 with an order of 1 (0.981666)